Mohanson
Mohanson
docs: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md The WASI is still not stable. But it's not a big work, so, add this?
draft: https://webassembly.github.io/bulk-memory-operations/core/binary/modules.html#data-count-section
In the previous period, the development of pywasm stopped, but it is now full of vitality! Yes! Yes! To meet the pywasm 1.0, the following work is to be done...
lib.ts ```ts export class P { constructor() {} public draw() { console.log("Draw") } } ``` main.ts ```ts import * as lib from './lib' function main(): number { const p =...
- [x] Rust call minits function: **OK**. - [ ] Minits call rust function: **Unsupported**. - [x] Rust send a struct to minits: **OK**. - [x] Minits send a struct...
- [ ] Class - [ ] Constructor - [ ] Properties - [ ] Methods The following is an example of a class in TypeScript: ```ts class Employee {...
https://github.com/microsoft/TypeScript/blob/master/doc/spec.md # Types - [ ] Primitive Types - [x] number(support signed 64): `0x10`, `12` - [x] boolean: `true`, `false` - [x] string: `"Hello"` - [x] void - [ ]...
[https://github.com/ts-llvm/ts-llvm/blob/master/lib/runtime/array.cpp](https://github.com/ts-llvm/ts-llvm/blob/master/lib/runtime/array.cpp) already implemented.