Lîm Tsú-thuàn

Results 30 issues of Lîm Tsú-thuàn

For example, a file explorer will need drag and drop to move the file/directory. However, currently, I didn't see anything like this in racket/gui, this should available in GTK.

## Motivation Traditionally, the module is the top-level form of WASM. In the component model, it isn't, however. Our previous implementation will try to read all data via an infinite...

enhancement
c-Internal

```racket (define foo 1) foo ``` If rename `foo` to `foo bar`, the new text should be `|foo bar|`, for convenience.

I cannot find a way to add alias `hs` for haskell code block, and I expect I can do this in the configuration just like prismjs. Maybe something like: ```js...

#3151 1. [component model] linear indexed space 1. instance section 1. inline export immediate module instance 2. instantiate module instance via module definition 3. instantiate component instance via component definition...

c-CLI
c-Plugin
c-Test
c-WASI-NN
v-0.14.0

### Summary [Component model](https://github.com/WebAssembly/component-model/tree/main) is a wasm proposal introduces a new binary format called **component**, the WASI preview2 will highly rely on the format. Therefore, this issue tracks the implementation...

feature
c-WASI

### Summary Complete validation for a loaded component binary. ### Details One will need to check 1. https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md 2. https://github.com/WebAssembly/component-model/blob/main/design/mvp/Binary.md in details, and add proper validation process. 1. #3179 ###...

good first issue
feature
c-WASI

### Summary Complete instantiation for loaded component binary. 1. #3218 is a ready PR with most instantiation concept. 2. #3380 is an in-progress PR for internal representations. ### Details One...

feature
c-WASI