feat: with wasm executor

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-28 21:13:50 +02:00
parent 541b9b22d2
commit dd80ebb577
11 changed files with 1320 additions and 130 deletions

View File

@@ -0,0 +1,7 @@
package example:host
world host {
import print: func(msg: string)
export run: func()
}