Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

interp-ifの実装、及びReactとのつなぎ込み #93

Open
kirisaki opened this issue Feb 25, 2020 · 0 comments
Open

interp-ifの実装、及びReactとのつなぎ込み #93

kirisaki opened this issue Feb 25, 2020 · 0 comments
Labels
A-interpreter Area: interpreter A-node-editor Area: node editor

Comments

@kirisaki
Copy link
Contributor

kirisaki commented Feb 25, 2020

概要

interp-ifを実装し、実際にReact側からwasmの関数を呼び出せるようにする。
その際とりあえずASTのデータを渡してコンソールにでも表示する。

目的

自明

背景

ノードエディタの開発を進めるため優先的に進めたい

要求事項

インタープリター内のASTと型情報付きのASTをノードエディタ内で使える形式にする。

想定される問題

実装手順

wasmのつなぎこみはPropsでつなぎ込み。型情報がなくなってしまうが、それについての情報は今の所なし。
ASTはとりあえずSerdeでJSON化?

他の手段

関連リンク

wasmの注ぎ込みはこんなん

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-interpreter Area: interpreter A-node-editor Area: node editor
Projects
None yet
Development

No branches or pull requests

1 participant