diff --git a/README.md b/README.md index 42c1a5d..8033409 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,11 @@ fn init() { -**NOTE2** - -The polyfill library is still in early development, and not all methods are implemented. Feel free to review its current state before use. - - ## Related repositories | Repository | Description | | --------------------------------------------- | ----------------------------- | -| [Polyfill library](https://github.com/wasm-forge/ic-wasi-polyfill) | Polyfill library implementing the low-level WASI calls. | -| [stable-fs](https://github.com/wasm-forge/stable-fs) | Simple file system implementation based on the stable structures implementing the backend of the polyfill library. | -| [demo1](https://github.com/wasm-forge/demo1) | Basic demonstration of creating a "Hello World" application using Rust and running it on the Internet Computer. | -| [demo2](https://github.com/wasm-forge/demo2) | Basic demonstration of creating a "Hello World" application using C++ and running it on the Internet Computer. | -| [demo3](https://github.com/wasm-forge/demo3) | Example of running the Sqllite server on the Internet Computer. | -| [demo4](https://github.com/wasm-forge/demo4) | Example of running the Boa JavaScript interpretter on the Internet Computer. | - +| [ic-wasi-polyfill](https://github.com/wasm-forge/ic-wasi-polyfill) | Polyfill library implementing the low-level WASI calls. | +| [stable-fs](https://github.com/wasm-forge/stable-fs) | Simple file system implementation based on the stable structures. The file system implements backend for the ic-wasi-polyfill | diff --git a/test/assets/main_test.wat b/test/assets/main_test.wat index 671e6bc..6a0d3f6 100644 --- a/test/assets/main_test.wat +++ b/test/assets/main_test.wat @@ -75,9 +75,6 @@ i32.const 42 ) - - - (export "_initialize" (func $_initialize)) ) \ No newline at end of file